go/types._TypeSet.IsAll (method)
3 uses
go/types (current package)
interface.go#L120: func (t *Interface) Empty() bool { return t.typeSet().IsAll() }
typeset.go#L36: func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 }
typeset.go#L67: case s.IsAll():
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)